Vcenter Storage Policies Compliance Summary

Vcenter Storage Policies Compliance Summary
Vcenter Storage Policies Compliance Summary

Provides the details of a virtual machine and its associated entities which match the given compliance statuses.

This schema was added in vSphere API 6.7.

JSON Example
{
    "vm": "string",
    "vm_home": "string",
    "disks": {
        "disks": "string"
    }
}
string
vm
Required

Identifier of virtual machine

This property was added in vSphere API 6.7.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: VirtualMachine. When operations return a value of this schema as a response, the property will be an identifier for the resource type: VirtualMachine.

string
vm_home
Optional

Compliance status of the virtual machine home.

For more information see: Vcenter Storage Policies Compliance Status.

This property was added in vSphere API 6.7.

If missing or null or empty, vmHome is not associated with a storage policy.

object
disks
Optional

List of the virtual hard disk.

For more information see: Vcenter Storage Policies Compliance Status.

This property was added in vSphere API 6.7.

If missing or null or empty, virtual machine entity does not have any disks or its disks are not associated with a storage policy.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.Disk.